# Build artifacts and secrets — never send to the build context.
.env
plugins.json
*.exe
/server
/tmp/
*.log

# Rebuilt inside the image.
panel/node_modules/
internal/api/dist/

# Repo noise.
.git/
.gitignore
README.md
